Revision: network-manager--MAIN--0--patch-23
Archive: network-manager@bazaar.ubuntu.com
Creator: Arch Librarian <arch@canonical.com>
Date: Sat Aug 13 15:45:00 BST 2005
Standard-date: 2005-08-13 14:45:00 GMT
Removed-files: .arch-ids/Makefile.in.id Makefile.in
    dispatcher-daemon/.arch-ids/Makefile.in.id
    dispatcher-daemon/Makefile.in
    test/.arch-ids/Makefile.in.id test/Makefile.in
Modified-files: ChangeLog TODO configure configure.in
    src/Makefile.am src/NetworkManagerAP.c
    src/NetworkManagerAP.h src/NetworkManagerDbus.c
    src/NetworkManagerWireless.c
    src/NetworkManagerWireless.h
New-patches: network-manager@bazaar.ubuntu.com/network-manager--MAIN--0--patch-23
Summary: 2004-07-27  Dan Williams <dcbw@redhat.com>
CSCVSID: MAIN.24
Keywords: cscvs:MAIN.24

Author: dcbw
Date: 2004-07-28 02:49:32 GMT
2004-07-27  Dan Williams <dcbw@redhat.com>

	* Remove various Makefile.in files

	* TODO
		- Add some more items

	* configure.in
		- Add checks for OpenSSL/md5 headers and libs

	* src/Makefile.am
		- Use OpenSSL CFLAGS

	* src/NetworkManagerAP.[ch]
		- Remove 'stamp' functions, replace with 'invalid' functions
			to support user cancelling WEP key entry

	* src/NetworkManagerDbus.c
		- Remove 'stamp' return functions
		- Treat returned user key as a passphrase and convert to a WEP key,
			but don't actually use the WEP key yet.  We use the returned user
			key as a hexadecimal WEP key until we can figure out a UI for
			passphrase-vs-hex key

	* src/NetworkManagerWireless.[ch]
		- Add passphrase-to-128bit-key function
